projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcd61c5
)
Fix menu separators.
author
Edward M. Reingold
<reingold@emr.cs.iit.edu>
Fri, 5 Jun 1998 18:29:44 +0000
(18:29 +0000)
committer
Edward M. Reingold
<reingold@emr.cs.iit.edu>
Fri, 5 Jun 1998 18:29:44 +0000
(18:29 +0000)
lisp/calendar/cal-menu.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-menu.el
b/lisp/calendar/cal-menu.el
index 559fac85e70d25c1bceabdc289da76e015c5049b..936996f9b43056ea8e47dfefa6cacdcdb6a1ca5f 100644
(file)
--- a/
lisp/calendar/cal-menu.el
+++ b/
lisp/calendar/cal-menu.el
@@
-194,9
+194,9
@@
l)))
(setq l (cons ["Mark Holidays" mark-calendar-holidays t]
(cons ["Unmark Calendar" calendar-unmark t]
- (cons ["--" '("--")
separator-1
] l))))
+ (cons ["--" '("--")
t
] l))))
(easy-menu-change nil "Holidays" (nreverse l))
- (define-key calendar-mode-map [menu-bar Holidays separator
-2
]
+ (define-key calendar-mode-map [menu-bar Holidays separator]
'("--"))
(define-key calendar-mode-map [menu-bar Holidays today]
`(,(format "For Today (%s)"